@charset "utf-8";
@import url("../css/common/grid.css");
/*网格*/
@import url("../css/common/layout.css");
/*整体框架*/
@import url("../css/common/icon.css");
/*图标*/
@import url("../css/common/ie.css");
/*图标*/
@import url("../css/animate.css");
/*动画效果*/
@import url("../css/common/page.css");
/*图标*/
@import url("../css/navi/navi_02.css");
/*02导航*/
@import url("../css/common/kefu.css");
/*02导航*/
@import url("../css/navi/navi_01.css");
/*02导航*/
/*@import url("../css/animate.min.css");*/
/*动画*/

html {
	overflow-x: hidden;
}

.clear {
	display: none;
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

body {
	overflow: hidden;
}

.header {
	width: 100%;
	background: none;
	position: fixed !important;
	z-index: 999 !important;
	background-color: #1c1d1f;
	/* box-shadow: 0 0 25px rgba(0, 0, 0, .1); */
}

.header .navbar {
	margin: 0 auto;
	position: relative;
	padding: 0 4%;
	height: 110px;
}

.header .navbar .pc_menu {
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	transition: all 0.2s linear -1ms;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
}

.header .navbar .pc_menu .pc_logo {
	height: 100%;
	align-items: center;
	display: -webkit-flex;
	position: absolute;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 49%;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 100% !important;
}

.header .navbar .pc_menu .pc_menu_right {
	height: 110px;
	padding-right: 16%;
}

.header .navbar .pc_menu .pc_menu_right>li {
	margin-left: 2%;
	margin-right: 2%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	display: block;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>li .t .zh {
	font-size: 15px;
	line-height: 28px;
	color: #ffffff;
}

.header .navbar .pc_menu .pc_menu_right>li .t .en {
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	text-transform: uppercase;
}

.header .navbar .pc_menu .pc_menu_right>li > a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #e40202;
	position: absolute;
	left: 0;
	bottom: -26px;
	opacity: 0;
	transition: all .5 linear;
	-webkit-transition: all .5 linear;
	-moz-transition: all .5 linear;
	-ms-transition: all .5 linear;
	-o-transition: all .5 linear;
}

.header .navbar .pc_menu .pc_menu_right>.active > a::after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover > a:after {
	opacity: 1;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t {
	color: #f2642d;
}

.header .navbar .pc_menu .pc_menu_right>li:hover .t::after {
	width: 100%;
	color: #f2642d;
}

.header .navbar .pc_menu .pc_menu_right .active::after {
	width: 100%;
}

/* 顶部 */
.header-top {
	height: 48px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.header-top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
	padding: 0 6%;
}

.header-top-container ul {
	display: flex;
	align-items: center;
}

.header-top-container ul li {
	display: flex;
	align-items: center;
}

.header-top-container ul p a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	line-height: 48px;
	border-right: 1px solid #eee;
	padding-right: 20px;
	margin-right: 20px;
}

.header-top-container ul li>a {
	display: inline-block;
	font-size: 14px;
	color: #aaa;
	line-height: 14px;
	border-left: 1px solid #aaa;
	padding-left: 10px;
	margin-left: 10px;
}

.header-top-container ul li:first-child>a {
	border: none;
}

.header-top-container ul p img {
	display: inline-block;
	width: 20px;
	margin-right: 12px;
}

.header-top-container a:hover {
	color: #f2642d !important;
}


/*-----滚动后--------*/
.header.pc_fixed {
	transition: all 0.2s linear -1ms;
	box-shadow: 0 0 13px rgba(0, 0, 0, .13);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.header.pc_fixed .header-top {
	opacity: 0;
	height: 0;
}

.header .navbar .pc_menu .pc_logo p br {
	display: none;
}

.language {
	position: absolute;
	width: 90px;
	right: 10%;
	top: 50%;
	border-bottom: 1px solid #ffffff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.language ul {
	padding-right: 16px;
	display: flex;
	justify-content: center;
	background: url(../images/language-arrow.png) no-repeat top 4px right;
	margin: 0 5px;
	padding: 0;
	position: relative;
}

.language ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	display: none;
	cursor: pointer;
	width: 100%;
	padding-bottom: 13px;
}

.language ul li.active {
	display: block;
}

.language ul li:hover a {
	color: #124386;
}

.language ol {
	position: absolute;
	left: calc(50% - 60px);
	top: 28px;
	z-index: 10;
	display: none;
}

.language ol li {
	width: 120px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 40px;
}

.language ol li a {
	display: block;
}

.language ol li:hover {
	background: #f2201f
}

.language ol li:hover a {
	color: #fff;
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_menu_right>li .t .zh {
		font-size: 14px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 20px;
	}
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_logo p {
		font-size: 18px;
	}

	.header-top-container ul p,
	.header-top-container ul a {
		font-size: 13px;
		line-height: 13px;
	}
}

@media(max-width:1400px) {
	.header .navbar .pc_menu .pc_menu_right>li .t .zh {
		font-size: 13px;
		line-height: 20px;
	}

	.header .navbar .pc_menu .pc_menu_right>li .t .en {
		line-height: 20px;
	}

	.header .navbar .pc_menu .pc_logo a {
		padding-right: 15px;
		margin-right: 15px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 16px;
		line-height: 18px;
	}
.header .navbar .pc_menu .pc_menu_right>li > a::after{
    bottom: -35px;
}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu .pc_menu_right>li {
		margin: 0 1.5%;
	}

	.header .navbar .pc_menu .pc_logo a {
		padding-right: 10px;
		margin-right: 10px;
	}

	.header .navbar {
		height: 60px;
	}
}
@media(max-width:1200px) {
	.Big-index {
		height: 60px;
	}

	.header.pc_fixed .header-top {
		opacity: 1;
	}

	.header .navbar .pc_menu .pc_logo {
		height: 60px;
	}

	.header-top-container ul p,
	.header-top-container ul a {
		letter-spacing: -0.03rem;
	}

	.header .navbar .pc_menu .pc_logo {
		padding-right: 10px;
		margin-right: 10px;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 14px;
		line-height: 16px;
	}

	.header .navbar .pc_menu .pc_logo a {
		display: block;
		padding-right: 8px;
		margin-right: 8px;
	}

	.language{
		display: none;
	}
}

@media(max-width:760px) {
	.header-top-container ul p a {
		border: none
	}

	.header-top-container .header-top-left ul li:not(:nth-child(1)) {
		display: none;
	}

	.header .navbar .pc_menu .pc_logo p {
		font-size: 12px;
		line-height: 14px;
	}

	.header .navbar .pc_menu .pc_logo p br {
		display: block;
	}
}


/* banner */
.part_one {
	width: 100%;
	margin-top: 110px;
	overflow: hidden;
}

.part_one .swiper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide a {
	width: 100%;
	display: inline-block;
}

.part_one .swiper .swiper-wrapper .swiper-slide a img {
	width: 100%;
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}

@media(max-width:1200px) {
	.part_one {
		margin-top: 60px;
	}
}

.part_one .swiper .swiper-pagination{
	position: absolute;
	width: 83.3%;
	left: 50%;
	bottom: 4%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.part_one .swiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	opacity: 1;
	margin: 0 10px;
}
.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 3px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
@media(max-width:760px) {
	.part_one .swiper .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	.part_one .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 10px;
		height: 10px;
		border: 2px solid #ffffff;
	}
}

/* 底部 */
.footer {
	background-color: #1c1d1f;
}

.footer .content {
	width: 83.3%;
	margin: 0 auto;
}
.footer .content .boxlist{
	padding: 0 5%;
}

.footer .content .boxlist .top {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.footer .content .boxlist .top .left {
	width: 50%;
}

.footer .content .boxlist .top .left .footer_logo {
	width: 27%;
	margin-bottom: 40px;
}

.footer .content .boxlist .top .left .footer_logo a img {
	width: 100%;
}

.footer .content .boxlist .top .left .address {
	display: flex;
}

.footer .content .boxlist .top .left .address .img{
	margin-right: 50px;
	text-align: center;
}

.footer .content .boxlist .top .left .address .img img{
	height: 120px;
	width: 120px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.footer .content .boxlist .top .left .address .img p{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.footer .content .boxlist .top .left .address .theme .one p {
	font-size: 14px;
	color: #cccccc;
	line-height: 34px;
}

.footer .content .boxlist .top .left .address .theme .one h1{
	font-size: 26px;
	color: #ffffff;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer .content .boxlist .top .left .address .theme .one h2{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
}

.footer .content .boxlist .top .left .left_bottom .one span {
	font-size: 22px;
	color: #f2642d;
	line-height: 36px;
	font-weight: bold;
}

.footer .content .boxlist .top .left .left_bottom .two p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.footer .content .boxlist .top .left .left_bottom .two span {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.footer .content .boxlist .top .right {
	width: 50%;
}

.footer .content .boxlist .top .right ul {
	display: flex;
	margin-bottom: 0;
	justify-content: space-around;
	margin-top: 20px;
}

.footer .content .boxlist .top .right ul>li {
	display: inline-block;
}

.footer .content .boxlist .top .right ul>li>a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer .content .boxlist .top .right ul>li ol li a {
	display: inline-block;
	font-size: 14px;
	color: #cccccc;
	line-height: 36px;
	transition: all .5s linear;
}

.footer .content .boxlist .bottom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid #999999;
}
.footer .content .boxlist .bottom .left{
	display: flex;
	align-items: center;
    	flex-wrap: wrap;
}
.footer .content .boxlist .bottom .left p {
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	margin-right: 20px;
}

.footer .content .boxlist .bottom .left p a {
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}
.footer .content .boxlist .bottom .right{
	display: flex;
	align-items: center;
}
.footer .content .boxlist .bottom .right .img{
	margin-left: 20px;
}
.footer .content .boxlist .bottom .right .img a{
	width: 22px;
	height: 22px;
	display: block;
}
.footer .content .boxlist .bottom .right .img a img{
	width: 100%;
}

@media (max-width:1200px) {
	.footer .content {
		width: 95%;
	}

	.footer .content .boxlist {
		padding: 0;
	}
	.footer .content .boxlist .top .right ul>li>a {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.footer .content .boxlist .top .right ul>li ol li a {
		font-size: 12px;
		line-height: 30px;
	}
	.footer .content .boxlist .top .left .address .theme .one p {
		font-size: 13px;

	}
	.footer .content .boxlist .top .left .address .theme .one h2 {
		font-size: 14px;
	}
	.footer .content .boxlist .top .left .address .theme .one h1 {
		font-size: 20px;
		color: #ffffff;
		line-height: 30px;
	}
	.footer .content .boxlist .top .left .footer_logo {
		width: 35%;
	}
}

@media (max-width:1000px) {
	.footer .content .boxlist .top {
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.footer .content .boxlist .top .left {
		width: 100%;
	}

	.footer .content .boxlist .top .right {
		width: 100%;
		display: none;
	}

	.footer .content .boxlist .top .left .left_top {
		margin-bottom: 20px;
	}

	.footer .content .boxlist .top .right ul {
		margin-top: 40px;
	}

	.footer .content .boxlist .bottom {
		flex-wrap: wrap;
	}
	.footer .content .boxlist .bottom .left{
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.footer .content .boxlist .bottom .right .img {
		margin-left: 0px;
		margin-right: 20px;
	}
	.footer .content .boxlist .top .left .footer_logo {
		width: 25%;
	}
}

@media (max-width:550px) {
	.footer .content .boxlist .top .left .footer_logo {
		width: 30%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.footer .content .boxlist .top .left .left_bottom .one p {
		font-size: 12px;
		line-height: 30px;
	}
	.footer .content .boxlist .bottom .left p a {
		font-size: 12px;
		line-height: 20px;
	}
	.footer .content .boxlist .bottom .left p {
		font-size: 12px;
		line-height: 20px;
	}
	.footer .content .boxlist .top .left .address .img p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .content .boxlist .top .left .address{
		flex-wrap: wrap;
	}
	.footer .content .boxlist .top .left .address .theme{
		width: 100%;
	}
	.footer .content .boxlist .top{
		text-align: center;
	}
	.footer .content .boxlist .top .left .address .img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer .content .boxlist .bottom{
		justify-content: center;
	}
	.footer .content .boxlist .bottom .left{
		justify-content: center;
	}
	.footer .content .boxlist .bottom .left p{
		text-align: center;
	}
	.footer .content .boxlist .top .left .address .theme .one p {
		font-size: 12px;
	}
	.footer .content .boxlist .top .left .address .theme .one h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer .content .boxlist .top .left .address .theme .one h2 {
		font-size: 13px;
	}
}

/* info页面 */
.padding {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 6%;
}

.info-main {
	max-width: 1280px;
	margin: 6.5% auto;
	padding: 0 6%;
}

.info-edit img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:1200px) {
	.padding {
		padding: 0 3%;
	}

	.info-main {
		padding: 0 3%;
	}
}

@media(max-width:760px) {

	.info-container,
	.info-main {
		margin: 10% 0;
	}
}
@media(min-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide a .one{
		display: block;
	}
	.part_one .swiper .swiper-wrapper .swiper-slide a .two{
		display: none;
	}
}
@media(max-width:760px) {
	.part_one .swiper .swiper-wrapper .swiper-slide a .one{
		display: none;
	}
	.part_one .swiper .swiper-wrapper .swiper-slide a .two{
		display: block;
	}
}

.video{
	width: 100%;
}
.video > video{
	width: 100%;
}

.fancybox-overlay .fancybox-prev{
	display: none;
}
.fancybox-overlay .fancybox-next{
	display: none;
}